﻿:focus-visible{
	outline: none;
}
/* 滚动切换 */
.sitecontent {
    width: 100%;
    height: 100vh;
	overflow: hidden;
}
.sitecontent .swiper-slide{
	overflow: hidden;
}
.sitecontent .swiper-pagination-vertical.swiper-pagination-bullets, .sitecontent .swiper-vertical>.swiper-pagination-bullets{
	right: var(--swiper-pagination-left,auto);
	left: var(--swiper-pagination-right,22px);
}
.sitecontent.swiper-container-vertical > .swiper-pagination-bullets{
	left: 22px;
	right: auto;
}
.sitecontent .swiper-pagination-bullet{
	width: auto;
	height: 25px;
	background: none;
	opacity: 1;
	margin: 35px 0 !important;
	font-size: 18px;
	text-align: left;
	padding-left: 26px;
	position: relative;
	transition: all .4s;
	color: #002F75 !important;
}
.sitecontent .swiper-pagination-bullet i{
	width: 15px;
	height: 15px;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: calc(-15px / 2);
	border: 1px solid transparent;
	transition: all .4s;
}
.sitecontent .swiper-pagination-bullet i::before{
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 9px;
	position: absolute;
	left: 50%;
	background: #002F75;
	top: 50%;
	margin-top: calc(-9px / 2);
	margin-left: calc(-9px / 2);
	transition: all .4s;
}
.sitecontent .swiper-pagination-bullet-active{
	color: #FF671F !important;
	font-weight: bold;
}
.sitecontent .swiper-pagination-bullet-active i{
	border: 1px solid #FF671F;
}
.sitecontent .swiper-pagination-bullet-active i::before{
	background: #FF671F;
}
.sitecontent .swiper-pagination::before{
	content: "";
	width: 0px;
	height: 295px;
	border: 1px dashed #002F75;
	position: absolute;
	left: 7px;
    top: 48px;
}
.sitecontent .swiper-pagination2 .swiper-pagination-bullet{
	color: #ffffff !important;
}
.sitecontent .swiper-pagination2 .swiper-pagination-bullet i::before{
	background: #ffffff;
}
.sitecontent .swiper-pagination2::before{
	border: 1px dashed #ffffff;
}
.sitecontent .swiper-pagination2 .swiper-pagination-bullet-active i::before{
	background: #FF671F;
}
.sitecontent .swiper-pagination2 .swiper-pagination-bullet-active{
	color: #FF671F !important;
}

/* 导航 */
.webtop_r2{
	background: rgba(255,255,255,0.5);
	border-bottom: none;
}
/* .webtop_r2 .wrap{
	width: 100%;
	padding: 0 3vw;
	box-sizing: border-box;
}
.webtop_r2 .wrap .nav{
	width: auto;
	float: right;
}
.webtop_r2 .wrap .nav .searchbox{
	margin-left: 30px;
} */


/* banner */


.indexBannerImgBox {
	width: 100%;
	min-width: 1000px;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.banner .bgimg{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-position: center;*/
	background-position-x:center;
	background-position-y:top;
}
.banner .txt{
	width: 855px;
	height: 110px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: calc(-855px / 2);
	margin-top: calc(-180px);
	z-index: 99;
}
.banner .more {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: calc(-102px / 2);
	width: 102px;
	height: 133px;
	/*background: rgba(0,47,117,0.5);*/
	border-radius: 91px 91px 0px 0px;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.banner .more span{
	width: 100%;
	display: block;
	font-size: 14px;
	color: #F6F9FC;
	margin-bottom: 5px;
}
.banner .more img{
	width: 30px;
	margin-bottom: 10px;
}

/* 宣传 */
	.video{
	width: 100%;
	height: 100%;
	position: relative;
}
.video_b{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
    background-image: url(../images/videoimg.png);
    background-position: top;
    background-size: auto 100%;
}
.video_tidis{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.video .text{
	width: 42vw;
	height: 43vh;
	max-width: 800px;
	max-height: 400px;
	background: #002F75cf;
	border-radius: 20px 0px 0px 20px;
	position: absolute;
	top: 50%;
	margin-top: calc(-400px / 2);
	right: 0;
	z-index: 99;
	padding: 5vw;
	box-sizing: border-box;
	color: #ffffff;
}
.video .text .t{
	font-size: 30px;
	line-height: 42px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 27px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.video .text .x{
	font-size: 18px;
	line-height: 25px;
	height: 78px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 指定行数 */
	overflow: hidden;
}
.video .text .ico{
	position: absolute;
	left: calc(-90px / 2);
	top: 50%;
	margin-top: calc(-90px / 2);
}
.video .more{
	width: 130px;
	height: 40px;
	background: #FF671F;
	border-radius: 40px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	margin-top: 4vh;
	display: block;
}
.video .more:hover{
	background: #ffa202;
}

/* 企业简介 */
.profile{
	width: 100%;
	height: 100%;
	position: relative;
}
.profile .p_bg{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.profile .textCon{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 25vh;
	z-index: 11;
}
.profile .textCon p{
	font-size: 54px;
	color: #FFFFFF;
	line-height: 80px;
	letter-spacing: 5px;
	font-weight: bold;
}
.profile .more{
	position: absolute;
    left: 66%;
    margin-left: calc(-180px / 2);
    top: 57vh;
    width: 180px;
    height: 50px;
    background: #FF671F;
    border-radius: 50px 50px 50px 50px;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    z-index: 11;
}
.profile .more:hover{
	background: #ffa202;
}
.profile .numli{
	position: absolute;
	top: 70vh;
	width: 100%;
	display: flex;
	justify-content: space-around;
	text-align: center;
	z-index: 11;
	color: #ffffff;
	padding: 0 10vw;
	box-sizing: border-box;
}
.profile .numli p{
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
}
.profile .numli p i{
	font-size: 18px;
	font-weight: normal;
	margin-left: 10px;
	font-style: normal;
}
.profile .numli span{
	font-size: 18px;
}
@media (max-width: 1200px) {
	.profile .numli p{
		font-size: 40px;
	}
	.profile .numli p i{
		font-size: 16px;
	}
	.profile .numli span{
		font-size: 16px;
	}
}

/* 业务 */
.business{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	color: #FFFFFF;
}
	.business .li {
		width: calc(100% / 5);
		height: 100%;
		padding: 3vw;
		box-sizing: border-box;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		align-content: center;
		position: relative;
		z-index: 11;
		border-right: 1px solid #fff;
	}
.business .li:nth-child(1){
	background: #212121;
	padding: 0;
	padding-left: 1vw;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.business .li:nth-child(1) .tit{
	width: 42px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
.business .li:nth-child(1) .tit::before{
	content: "";
	width: 50px;
	height: 5px;
	background: #FF671F;
	position: absolute;
	top: 50%;
	margin-top: calc(-5px / 2 + 5vh);
	left: 50%;
	margin-left: calc(-50px / 2);
}
.business .li:nth-child(1) .tit::after{
	content: "";
	width: 1px;
	height: 9vh;
	background: #ffffff;
	position: absolute;
	bottom: -11vh;
	left: 50%;
}
.business .li:nth-child(1) .tit p{
	font-size: 42px;
	font-weight: bold;
}
.business .li:nth-child(1) .tit .more{
	color: #ffffff;
	font-size: 18px;
	width: 18px;
	display: block;
	margin-top: 12vh;
	line-height: 24px;
	background: none;
	height: auto;
	opacity: 1;
	position: relative;
	left: auto;
	bottom: auto;
	margin-left: 0;
}
.business .li:nth-child(1) .tit .more:hover{
	color: #FF671F;
}
.business .li:nth-child(2){
	background-image: url(../images/businessimg1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.business .li:nth-child(3){
	background-image: url(../images/businessimg2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.business .li:nth-child(4){
	background-image: url(../images/businessimg3.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.business .li:nth-child(5){
	background-image: url(../images/businessimg4.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.business .li .ico{
	height:90px;
    width:90px;
}
.business .li p{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 2vh;
	width: 100%;
}
.business .li .con{
	width: 100%;
	font-size: 18px;
	height: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7; /* 指定行数 */
	overflow: hidden;
	text-align: left;
	transition: all .3s;
	box-sizing: border-box;
}
.business .li .more{
	width: 130px;
	height: 40px;
	line-height: 40px;
	background: #FF671F;
	border-radius: 40px 40px 40px 40px;
	color: #ffffff;
	display: block;
	text-align: center;
	font-size: 16px;
	opacity: 0;
	transition: all .3s;
	position: absolute;
	left: 50%;
	margin-left: calc(-130px / 2);
	bottom: 17vh;
}
.business .li .more:hover{
	background: #ffa202;
}
.business .li:hover .con{
    margin-top: 7vh;
    margin-bottom: 15vh;
    height: 168px;
}
.business .li:hover .more{
	opacity: 1;
}
.business .li:nth-child(1)::before{
	display: none;
}
.business .li::before{
	content: "";
	width: 100%;
	height: 100%;
	background: #002F75;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: all .3s;
}
.business .li:hover::before{
	opacity: 1;
}
/* 新闻 */
.siteNews {
	width: 100%;
	height: 100%;
	padding: 16vh 12vw;
	box-sizing: border-box;
}

	.siteNews .siteNewsTop {
		min-width: 1000px;
		width: 100%;
		height: 130px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
	}

		.siteNews .siteNewsTop .tlt {
			font-size: 42px;
			font-weight: bold;
			color: #002F75;
		}

		.siteNews .siteNewsTop .tab {
			margin-left: 46px;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
		}

			.siteNews .siteNewsTop .tab .l a{
				font-size: 24px;
				padding: 12px 27px;
				border: 1px solid #C1C1C1;
				line-height: normal;
				margin-left: 24px;
				border-radius: 6px;
				cursor: pointer;
				transition: all .3s;
			}

				.siteNews .siteNewsTop .tab .l.on a{
					color: #FFFFFF;
					background: #002F75;
					font-weight: bold;
					border: 1px solid #002F75;
				}

		.siteNews .siteNewsTop .more {
			font-size: 18px;
			position: absolute;
			right: 0;
		}

			.siteNews .siteNewsTop .more a:hover {
				color: #FF671F;
			}

	.siteNews .siteNewsCon {
		width: 100%;
		min-width: 1000px;
		display: none;
	}

		.siteNews .siteNewsCon.on {
			display: block;
		}

		.siteNews .siteNewsCon .li {
			width: 29vw;
			height: 50px;
			border-radius: 15px;
			
			overflow: hidden;
			float: left;
			margin-bottom: 22px;
			transition: all .3s;
			background-color: rgb(239, 239, 239);
		}

			.siteNews .siteNewsCon .li:hover {
				background: #002F75;
			}

				.siteNews .siteNewsCon .li:hover img {
					transform: scale(1.05);
				}

				.siteNews .siteNewsCon .li:hover .con .tlt,
				.siteNews .siteNewsCon .li:hover .con .de,
				.siteNews .siteNewsCon .li:hover .con .dd {
					color: #ffffff;
				}

			.siteNews .siteNewsCon .li .img {
				width: 22vw;
				height: 30vh;
				overflow: hidden;
				display: none;
			}

				.siteNews .siteNewsCon .li .img img {
					width: 100%;
					height: 100%;
					transition: all .3s;
                    object-fit: cover;
                    object-position: center;
				}

			.siteNews .siteNewsCon .li .con {
				width: 100%;
				box-sizing: border-box;
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				padding: 15px;
			}

				.siteNews .siteNewsCon .li .con .tlt {
					font-size: 18px;
					font-weight: bold;
					width: calc(100% - 110px);
					text-overflow: ellipsis;
					overflow: hidden;
					display: -webkit-box;
					-webkit-line-clamp: 3;
					-webkit-box-orient: vertical;
					white-space: normal;
					transition: all .3s;
				}

				.siteNews .siteNewsCon .li .con .de {
					width: 100%;
					font-size: 16px;
					display: none;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					overflow: hidden;
					transition: all .3s;
				}

				.siteNews .siteNewsCon .li .con .dd {
					font-size: 16px;
					color: #666666;
					transition: all .3s;
				}

		/* 特殊项样式 - 前两个大图新闻项 */
		.siteNews .siteNewsCon > .li:nth-child(1),
		.siteNews .siteNewsCon > .li:nth-child(2) {
			width: 22vw;
			height: 54vh;
			margin-right: 1vw;
		}

			.siteNews .siteNewsCon > .li:nth-child(1) .img,
			.siteNews .siteNewsCon > .li:nth-child(2) .img {
				display: block;
			}

			.siteNews .siteNewsCon > .li:nth-child(1) .con,
			.siteNews .siteNewsCon > .li:nth-child(2) .con {
				display: block;
			}

				.siteNews .siteNewsCon > .li:nth-child(1) .con .tlt,
				.siteNews .siteNewsCon > .li:nth-child(2) .con .tlt {
					width: 100%;
					line-height: 30px;
					height: 60px;
					margin: 40px 0;
				}

/* 右侧新闻列表样式 */
.siteNews .siteNewsCon_right {
    width: calc(100% - 46vw);
    float: left;
    background-color: rgb(239,239,239);
    border-radius: 15px;
    height: 54vh;
    display: flex;
    flex-direction: column;
}

.siteNews .siteNewsCon_right .li {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    margin-bottom: 0;
}

/* 第一个 li 样式 */
.siteNews .siteNewsCon_right .li:nth-child(1) {
    flex-shrink: 0;
    height: auto;
}

.siteNews .siteNewsCon_right .li:nth-child(1) .con {
    border-bottom: 1px solid #e0e2e5;
    padding: 40px 40px 10px 40px;
}

.siteNews .siteNewsCon_right .li:nth-child(1) .con .tlt {
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-size: 18px;
}

.siteNews .siteNewsCon_right .li:nth-child(1) .con .de {
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    margin-bottom: 10px;
}

/* 第2到第6个 li 均匀分布 */
.siteNews .siteNewsCon_right .li:nth-child(n+2) {
    flex: 1;
    min-height: 0;
}

.siteNews .siteNewsCon_right .li:nth-child(n+2) .con {
    width: 100%;
    padding: 10px 40px;
    height: 100%;
    display: flex;
    align-items: center;
}

.siteNews .siteNewsCon_right .li:nth-child(n+2) .con .tlt {
    flex: 1;
    width: auto;
    font-weight: 300;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 0;
    margin: -10px 0;
    /* 确保单行显示且溢出省略 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 如果 .tlt 内部有其他标签包裹文字 */
.siteNews .siteNewsCon_right .li:nth-child(n+2) .con .tlt,
.siteNews .siteNewsCon_right .li:nth-child(n+2) .con .tlt p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.siteNews .siteNewsCon_right .li:nth-child(n+2) .con .dd {
     flex-shrink: 0;
    white-space: nowrap;
    font-size: 14px;
    margin-left: 10px;
}

/* 通用悬停效果 */
.siteNews .siteNewsCon_right .li:hover {
    background-color: rgb(0,47,117);
}

.siteNews .siteNewsCon_right .li:hover .con .tlt,
.siteNews .siteNewsCon_right .li:hover .con .de,
.siteNews .siteNewsCon_right .li:hover .con .dd {
    color: #fff;
    font-weight: bold;
}

/* 响应式设计 */
@media (max-width: 1320px) {
	.siteNews .siteNewsTop {
		height: 70px;
	}

		.siteNews .siteNewsTop .tlt {
			font-size: 36px;
		}

		.siteNews .siteNewsTop .tab .l {
			font-size: 18px;
		}

	.siteNews .siteNewsCon > .li:nth-child(1) {
		width: 420px;
		height: 500px;
		margin-right: 22px;
	}

		.siteNews .siteNewsCon > .li:nth-child(1) .img {
			width: 420px;
			height: 390px;
		}

	.siteNews .siteNewsCon .li {
		width: 556px;
	}

	.siteNews .siteNewsCon > .li:nth-child(2) {
		width: 556px;
		height: 140px;
		margin-right: 0;
	}

		.siteNews .siteNewsCon > .li:nth-child(2) .img {
			display: none;
		}

		.siteNews .siteNewsCon > .li:nth-child(2) .con .tlt {
			line-height: normal;
			margin-bottom: 10px;
		}

		.siteNews .siteNewsCon > .li:nth-child(2) .con .de {
			height: 45px;
			display: -webkit-box;
			margin-bottom: 10px;
		}

	.siteNews .siteNewsCon_right .li:nth-child(1) {
		height: 50px;
	}

	.siteNews .siteNewsCon_right .li:last-child {
		display: none;
	}

	.siteNews .siteNewsCon_right .li {
		box-shadow: none;
	}

	.siteNews .siteNewsCon_right {
		width: calc(100% - 442px);
		margin-left: 0;
	}
}
}
/* 底部 */
.webfooter_r2{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	justify-content: center;
}
	.webfooter_r2 .wrap{
		width:1250px;
	}
	.webfooter_r2 .fen {
		display: none;
	}
.webfooter_r2 .sharebox {
    padding-bottom: 50px;
    margin-bottom: 4vh;
}
.webfooter_r2 .footerbox{
	top: -6vh;
	padding-top: 0;
}
.webfooter_r2 .copyright{
	width: 100%;
}
.webfooter_r2 .solutionbox .link h1{
	margin-bottom: 3vh;
}

/* 动画 */
@-webkit-keyframes animate__slideZoomOut {
    0% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }
    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes animate__slideZoomOut {
    0% {
        -webkit-transform: scale3d(1.1,1.07,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }
    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}
.animate__slideZoomOut {
    -webkit-animation-name: animate__slideZoomOut;
    animation-name: animate__slideZoomOut
}

.sitecontent .swiper-slide-active .aiminit{
	opacity: 0;
}
.sitecontent .swiper-slide-active .aiminit2{
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.animate__animated.animate__delay100ms {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
	-webkit-animation-delay: calc(var(--animate-delay)*.1);
	animation-delay: calc(var(--animate-delay)*.1);
}
.animate__animated.animate__delay200ms {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	-webkit-animation-delay: calc(var(--animate-delay)*.2);
	animation-delay: calc(var(--animate-delay)*.2);
}
.animate__animated.animate__delay300ms {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-delay: calc(var(--animate-delay)*.3);
	animation-delay: calc(var(--animate-delay)*.3);
}
.animate__animated.animate__delay400ms {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-delay: calc(var(--animate-delay)*.4);
	animation-delay: calc(var(--animate-delay)*.4);
}
.animate__animated.animate__delay500ms {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-delay: calc(var(--animate-delay)*.5);
	animation-delay: calc(var(--animate-delay)*.5);
}
.animate__animated.animate__delay600ms {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-delay: calc(var(--animate-delay)*.6);
	animation-delay: calc(var(--animate-delay)*.6);
}
.animate__animated.animate__delay700ms {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
	-webkit-animation-delay: calc(var(--animate-delay)*.7);
	animation-delay: calc(var(--animate-delay)*.7);
}
.animate__animated.animate__delay800ms {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
	-webkit-animation-delay: calc(var(--animate-delay)*.8);
	animation-delay: calc(var(--animate-delay)*.8);
}
.animate__animated.animate__delay900ms {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	-webkit-animation-delay: calc(var(--animate-delay)*.9);
	animation-delay: calc(var(--animate-delay)*.9);
}
.custom-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-container-horizontal .custom-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 10px;
    padding-left: 0px;
    border-radius: 10px;
    background: #000;
    opacity: 0.6;
    width: 100px;
    margin: 0px 13px !important;
}

.swiper-container-horizontal .custom-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.indexBannerImgBox .swiper-button-next,
.indexBannerImgBox .swiper-button-prev {
	width: 70px;
	height: 100px;
	background-image: url('/content/main/liugong/images/prev.svg');

	background-size: 60%;
	color: white;
	transition: all 0.3s
}
    
    .indexBannerImgBox .swiper-button-next {
        	background-image: url('/content/main/liugong/images/next.png');
        height: 40px;
    width: 40px;
    }

    .indexBannerImgBox .swiper-button-prev {
        	background-image: url('/content/main/liugong/images/prev.png');
        height: 40px;
    width: 40px;
    }
    
    .indexBannerImgBox .swiper-button-next:hover,
    .indexBannerImgBox .swiper-button-prev:hover {
       
    }

    /* 箭头图标样式 */
    .indexBannerImgBox .swiper-button-next:after,
    .indexBannerImgBox .swiper-button-prev:after {
        font-size: 20px;
        font-weight: bold;
    }

    /* 位置调整 */
    .indexBannerImgBox .swiper-button-next {
        right: 130px;
    }

    .indexBannerImgBox .swiper-button-prev {
        left: 130px;
    }
.swiper-container-horizontal>.swiper-pagination-bullets{
            bottom: 115px;
            left: 0;
            width: 100%;
    }
    .swiper-container-vertical>.swiper-pagination-bullets{
            top: 78%;
    }
 
    .custom-pagination .swiper-pagination-bullet-active{
        background: #fff !important;
    }
    .banner .more {
        height:107px;
    }
    .indexBannerImgBox .swiper-button-next, .indexBannerImgBox .swiper-button-prev{
       
    }